home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / Styles / image.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  658 b   |  39 lines

  1. @charset "utf-8";
  2. /* Stylesheet for the Opera image slideshow */
  3. /* Copyright 2008 Opera Software */
  4. html {
  5.     background-color: hsl(0,0%,98%);
  6.     width: 100%;
  7.     height: 100%;
  8.     display: table;
  9. }
  10. body {
  11.     margin: 0;
  12.     height: 100%;
  13.     display: table-row;
  14. }
  15. div {
  16.     vertical-align: middle;
  17.     height: 100%;
  18.     display: table-cell;
  19. }
  20. img {
  21.     margin: auto;
  22.     display: block;
  23. }
  24. @media tv, handheld and (max-width: 300px) {
  25.     html {
  26.         background-color: black;
  27.         margin: auto;
  28.         width: 246px;
  29.         max-width: 100%;
  30.     }
  31.     body {background-color: hsl(0,0%,39%);}
  32.     img {
  33.         background-color: hsl(0,0%,98%);
  34.         margin: 10px auto;
  35.         max-width: 100%;
  36.     }
  37. }
  38.  
  39.